home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000148_news@columbia.edu_Thu Oct 19 22:38:55 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14237
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 20 Oct 1995 11:50:32 -0400
  3. Received: by apakabar.cc.columbia.edu id AA20779
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 20 Oct 1995 11:50:30 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!ub!csn!silo.nrcs.usda.gov!ftcnews.nrcs.usda.gov!feinde2.ftc.nrcs.usda.gov!ute
  6. From: ute@feinde2.ftc.nrcs.usda.gov (Ute R. Willmore)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: More C-kermit questions
  9. Date: 19 Oct 1995 22:38:55 GMT
  10. Organization: USDA-SCS NHQ in Fort Collins
  11. Lines: 51
  12. Message-Id: <466k1v$94@ftcnews.nrcs.usda.gov>
  13. Nntp-Posting-Host: feinde2.ftc.nrcs.usda.gov
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Okay so I figured out how to put my DOS box into server mode from my UNIX
  18. box using C-kermit and the get a directory listing from the DOS box send over
  19. to the UNIX box. I use something like this
  20.  
  21. echo "\033_server\033" ; kermit my_file > list
  22.  
  23. where my_file looks like this
  24.  
  25. remote dir <some directory name.
  26. finish 
  27. quit
  28.  
  29. I get the file transfer status display and after a few moments the system
  30. beeps and presto my directory listing is in a file called list on my UNIX 
  31. system.
  32.  
  33. BUT, and you knew there had to be a but, how do I turn of that display?
  34. The manual says to type 
  35.  
  36. set file display quiet
  37.  
  38. and that works fine from the MS-Kermit prompt, but I need to do it from
  39. C-kermit! I tried putting the line
  40.  
  41. remote set file display quiet 
  42.  
  43. in my_file, but get 'No keywords match display'.
  44.  
  45. I tried adding the command to the echo string, but that had no effect and
  46. gave no message.
  47.  
  48. Can someone help, please?
  49.  
  50. Oh, and while we are at it, how do I turn the display back on once I got it
  51. turned off?
  52.  
  53.  
  54. Thanks a bunch for any replies, either here or via e-mail
  55.  
  56. Ute
  57.  
  58. PS: Yes, I know I should read Using C-Kermit and my Project Manager is trying
  59.     to get me one.
  60. --
  61. ---------------------------------------------------------------------------
  62.  
  63. Life is a game that must be played.
  64. The rules of the games are known to us as the Laws of Nature.
  65.  
  66.  
  67. e-mail:  uwillmore@ftc.nrcs.usda.gov